home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / loggers / qrate.exe / READ.ME < prev   
Text File  |  1993-08-27  |  1KB  |  39 lines

  1. RATE
  2.  
  3. This is a utility for checking the maximum QSO rates from contest
  4. logs.  The log files must have one line per QSO and the time must
  5. be shown as a single 4 digit number somewhere on the line.
  6.  
  7. CT log files in *.ASC *.RES and *.ALL format will be automatically
  8. recognized and the appropriate column offset for the time will be
  9. used.
  10.  
  11. Blank and comment lines are ignored.  Only lines with a valid 4 digit
  12. time count as a QSO for the rate counters.  It is up to you whether
  13. you use logs from before or after removing dupes.  Always check the
  14. indicated times in the logs to make sure the answers the program
  15. gives are correct.  Who knows what random ascii might screw up the
  16. results.
  17.  
  18. Other log files may be used by specifying the offset on the command
  19. line.  Offsets have an origin of 0, the first column is 0, the next
  20. is 1, and so on.
  21.  
  22. Sample command lines:
  23.  
  24.        RATE CQWW.RES REPORT      reads the file and saves the report
  25.                                  as REPORT
  26.  
  27.        RATE MYLOG REPORT 27      reads a log file with the time in
  28.                                  column 27.
  29.  
  30. It's pretty simple and self-explanatory.  The C source is included so
  31. you can figure out what went wrong.
  32.  
  33. The report file must be specified.  If you don't need one, use NUL.
  34.  
  35. Report any bugs or problems to Peter Jennings VE3SUN
  36. 72470.3171@compuserve.com
  37.  
  38. This program is distributed free and is in the Public Domain.
  39.